home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- Inserted by TRADOS: --><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=windows-1252"> <title>Servizio clienti</title> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <meta http-equiv="MSThemeCompatible" content="s∞"> <link href="ccc.css" type="text/css" rel="STYLESHEET"> <script src="ccc.js"></script> <script language="javascript"> <!-- var aData = new Array( "America Settentrionale: 800-772-6735", "U.K.: 0800 376 9271", "Europa - Il Servizio clienti per i paesi non inclusi nell'elenco Φ disponibile al seguente recapito telefonico: +44 (0) 1628 581601 ", "Argentina: 0800-666-1451", "Austria: 0800 677 027", "Australia: 1-800-658-850", "Belgio (olandese): 0800 49 861", "Belgio (francese): 0800 49 860", "Brasile: 0800-891-8997", "Repubblica Ceca e Slovacchia: 420 224 239 645", "Cina: 1-0800-610-2323", "Colombia: 01-800-518-0154", "Danimarca: 80 882 219", "Finlandia: 0-800-1-16331", "Francia: 0805 639 920", "Germania: 0800 101 6079", "Hong Kong: 800-964-514", "Ungheria: 361 481 2160", "Indonesia: 001-803-61-539", "Irlanda: 1800 992 911", "Israele: 44 1628 581601", "Italia: 800 986 250", "Giappone: (03) 5977-3793 ", "Lussemburgo: 44 1628 581601", "Malaysia: 1-800-80-7895", "Messico: 001800-514-9196", "Paesi Bassi: 0800 020 3700", "Nuova Zelanda: 0508-COREL-1", "Norvegia: 800 10972", "Polonia: 48 71 347 7279", "Portogallo: 44 1628 581601", "Singapore: 800-6161-853", "Sud Africa: 0800 992 570", "Corea del Sud:82 2 392 4198", "Spagna: 800 098 125", "Svezia: 0200 885 065", "Svizzera (tedesca): 0800 000 787", "Svizzera (francese): 0800 000 786", "Taiwan: 0-0801-61-1411" ); function FillData() { for (i = 0; i < aData.length; i++) { var oOption; var ssData = aData[i].split(";"); oOption = document.createElement("OPTION"); cmbRegion.options.add(oOption); oOption.innerText = ssData[0]; oOption.value = i; } cmbRegion.selectedIndex = 0; showCustomerServiceInfo(); cmbRegion.setActive(); } function showCustomerServiceInfo() { if (cmbRegion.selectedIndex >= 0) { var ssData = aData[cmbRegion.selectedIndex].split(";"); dataLabel.innerText = ssData[0]; dataPhone.innerText = ssData[1]; } } function doInit() { var strInvokedFrom = getParamVal("invokedfrom"); if ( strInvokedFrom != 2 ) { location='pcucmd://callscriptfunc?FuncName=regChangeLaunchButtonTitle'; } location='pcucmd://FrameDataLoaded'; FillData(); } --> </script> </head> <body onload="doInit()"> <div id="ButtonBar" style="display:none"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1"> <tr> <td> <select id="regScheduleOptions" onchange="location='pcucmd://SetSchedule?NumDays='+this.options[this.selectedIndex].value" NAME="scheduleOptions"> <option selected="true" value="7">Sollecito tra 1 settimana</option> <option value="14">Sollecito tra 2 settimane</option> <option value="30">Sollecito tra 1 mese</option> <option value="-1">Mai</option> </select> </td> <td style="width:50" align="right"> <button style="display:inline;" accesskey="L" type="button" id="btnLaunch" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnLaunch"><u>L</u>ancia il programma</button> <button style="display:none;" accesskey="L" type="button" id="btnClose" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnClose"><u>C</u>hiudi</button> </td> </tr> </table> </div> <div id="pcu_data" style="DISPLAY: none"> PageDimension:630,440 </div> <table align="center" height="100%"> <tr> <td> <br /> <br /> <label accesskey="S" for="cmbRegion"><u>S</u>eleziona un paese:</label> <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()"> </select> <br /> <br /> <br /> <table width="550" border="0"> <tr> <td width="250">Paese</td> <td width="125">Numero telefonico</td> <td width="150"> </td> </tr> </table> </td> </tr> <tr> <td> <table width="550" bordercolor="gray" border="1"> <tr height="20"> <td id="dataLabel" style="WIDTH: 40%"> </td> <td id="dataPhone" style="WIDTH: 50%"> </td> </tr> </table> </td> </tr> <tr height="100%" valign="top"> <td height="100%"> <p><br /> </p> <p><font size="-1">Per un elenco completo dei recapiti telefonici del Servizio clienti di Corel, visitare il sito <a href="http://www.corel.com/contactus" target="_blank">www.corel.com/contactus</a> <br /></font> <br /> </p> </td> </tr> </table> </body> </html>